Click or drag to resize

SipClient Properties

The SipClient type exposes the following members.

Properties
  NameDescription
Public propertyAccept
Gets or sets Accept header field. The Accept header field is used to indicate acceptable message Internet media types in the request body. The header field describes media types using the format type/sub-type commonly used in the Internet. If not present, the assumed acceptable request body format is application/sdp. The wildcard "*" can be used to specify all subtypes.
Public propertyAllow
Gets or sets Allow header field. The Allow header field lists the set of methods supported by the client.
Public propertyAuthenticationUsername
Gets or sets authentication user name. If is set then value of this property will be used instead of Username during authentication.
Public propertyContact
Gets or sets Contact header field. The Contact header field is used to convey a URI that identifies the request/response originator.
Public propertyDialogs
Gets array of existing dialogs.
Public propertyDomain
Gets or sets domain, name of IP address of the remote SIP server.
Public propertyLocalIPEndPoint
Gets or sets local IP address and the port number.
Public propertyLogger
Gets or sets logger.
Public propertyMaxForwards
Gets or sets Max-Forwards default header value for all requests.
Public propertyMaxRetryCount
Gets or sets number of attempts during wrong authentication.
Public propertyCode exampleNatAddress
Gets or sets name or IP address of NAT device (for example router).
Public propertyPassword
Gets or sets password.
Public propertyPort
Gets or sets port number of remote SIP server.
Public propertyProtocol
Gets or sets the protocol type of the client.
Public propertyRemoteIPEndPoint
Gets or sets remote IP address and the port number.
Public propertyRport
Gets or sets remote port parameter in the Via header value for all requests. Default value is -1.
Public propertyTcpListenerSocket
Gets or sets tcp listener socket.
Public propertyTcpPermanentSocket
Gets or sets tcp permanent socket.
Public propertyTcpRequestSocket
Gets or sets tcp request socket.
Public propertyTimeout
The number of milliseconds to wait before the request times out. The default is 60000 milliseconds (60 seconds).
Public propertyUdpSocket
Gets or sets udp socket.
Public propertyUsePermanentTcpConnection
Gets or sets tcp connnection as permanent.
Public propertyUserAgent
Gets or sets user agent.
Public propertyUsername
Gets or sets user name.
Top
See Also